Html Css Color HEX #424599 Governor Bay

📋 copy color: '#424599'

red 66 ◦ green 69 ◦ blue 153

#424599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #424599

Tints of Governor Bay #424599

RGB

 RED value IS 66 (26.17% from 255) = 22.92%

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 22.92%
G = 23.96%
B = 53.13%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#424599 (or 0x424599) is known color: Governor Bay. HEX triplet: 42, 45 and 99. RGB value is (66,69,153). Sum of RGB (Red+Green+Blue) = 66+69+153=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #424599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424599 is #BDBA66. Grayscale: #4D4D4D. Windows color (decimal): -12434023 or 10044738. OLE color: 10044738.

HSL color Cylindrical-coordinate representation of color #424599: hue angle of 237.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424599 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 69 153 -
CMYK 0.57 0.55 0 0.4
HSL 237.93º 0.4% 0.43% -
HSV(B) 237.93º 0.57% 0.6% -
XYZ 10.12 7.71 31.09 -
YUV 77.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 66 69 153 0.57 0.55 0 0.4 237.93 0.4 0.43
Hex 42 45 99 39 37 0 28 EE 28 2B
Octal 102 105 231 71 67 0 50 356 50 53
Binary 1000010 1000101 10011001 111001 110111 0 101000 11101110 101000 101011

Color Harmonies of #424599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424599

Black with #424599

Text Example


Text Example

White with #424599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424599; }

 p { color: rgb(66,69,153); }

 H1.HeaderClassName
 {
   color: #424599;
 }
 .AnyTagClassName
 {
   color: #424599;
 }
</style>

background-color css

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

 a { background-color: rgb(66,69,153); }

 div.DivClassName
 {
   background-color: #424599;
 }
 .BgClassName
 {
   background-color: #424599;
 }
</style>

border-color css

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

 span { border-color: rgb(66,69,153); }

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