#447F7B

Color #447F7B Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #447F7B

Tints of Breaker Bay #447F7B

Color information

#447F7B (or 0x447F7B) is unknown color: approx Breaker Bay. HEX triplet: 44, 7F and 7B. RGB value is (68,127,123). Sum of RGB (Red+Green+Blue) = 68+127+123=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #447F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F7B is #BB8084. Grayscale: #6C6C6C. Windows color (decimal): -12288133 or 8093508. OLE color: 8093508.

HSL color Cylindrical-coordinate representation of color #447F7B: hue angle of 175.93º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F7B is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB68127123-
CMYK0.4600.030.50
HSL175.93º30.26%38.24%-
HSV(B)175.93º46.46%49.8%-
XYZ13.5517.8421.47-
YUV108.9135.9598.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=21.38%
G=39.94%
B=38.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271230.4600.030.50175.9330.2638.24
Hex447F7B2E0332b01e26
Octal1041771735603622603646
Binary1000100111111111110111011100111100101011000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447F7B; }

 p { color: rgb(68,127,123); }

 H1.HeaderClassName
 {
   color: #447F7B;
 }
 .AnyTagClassName
 {
   color: #447F7B;
 }
</style>
background-color css

<style>
 a { background-color: #447F7B; }

 a { background-color: rgb(68,127,123); }

 div.DivClassName
 {
   background-color: #447F7B;
 }
 .BgClassName
 {
   background-color: #447F7B;
 }
</style>
border-color css

<style>
 span { border-color: #447F7B; }

 span { border-color: rgb(68,127,123); }

 td.TdClassName
 {
   border-color: #447F7B;
 }
 .TagClassName
 {
   border-color: #447F7B;
 }
</style>