#434F93

Color #434F93 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #434F93

Tints of Governor Bay #434F93

Color information

#434F93 (or 0x434F93) is unknown color: approx Governor Bay. HEX triplet: 43, 4F and 93. RGB value is (67,79,147). Sum of RGB (Red+Green+Blue) = 67+79+147=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #434F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F93 is #BCB06C. Grayscale: #525252. Windows color (decimal): -12365933 or 9654083. OLE color: 9654083.

HSL color Cylindrical-coordinate representation of color #434F93: hue angle of 231º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434F93 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6779147-
CMYK0.540.4600.42
HSL231º37.38%41.96%-
HSV(B)231º54.42%57.65%-
XYZ10.388.8928.77-
YUV83.16164.02116.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=22.87%
G=26.96%
B=50.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67791470.540.4600.4223137.3841.96
Hex434F93362E02Ae7252a
Octal10311722366560523474552
Binary1000011100111110010011110110101110010101011100111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434F93; }

 p { color: rgb(67,79,147); }

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

<style>
 a { background-color: #434F93; }

 a { background-color: rgb(67,79,147); }

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

<style>
 span { border-color: #434F93; }

 span { border-color: rgb(67,79,147); }

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