Html Css Color HEX #424D9C Governor Bay

📋 copy color: '#424D9C'

red 66 ◦ green 77 ◦ blue 156

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

Shades of Governor Bay #424D9C

Tints of Governor Bay #424D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 22.07%
G = 25.75%
B = 52.17%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#424D9C (or 0x424D9C) is known color: Governor Bay. HEX triplet: 42, 4D and 9C. RGB value is (66,77,156). Sum of RGB (Red+Green+Blue) = 66+77+156=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #424D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D9C is #BDB263. Grayscale: #525252. Windows color (decimal): -12431972 or 10243394. OLE color: 10243394.

HSL color Cylindrical-coordinate representation of color #424D9C: hue angle of 232.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #424D9C is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 77 156 -
CMYK 0.58 0.51 0 0.39
HSL 232.67º 0.41% 0.44% -
HSV(B) 232.67º 0.58% 0.61% -
XYZ 10.9 8.87 32.59 -
YUV 82.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 66 77 156 0.58 0.51 0 0.39 232.67 0.41 0.44
Hex 42 4D 9C 3A 33 0 27 E9 29 2C
Octal 102 115 234 72 63 0 47 351 51 54
Binary 1000010 1001101 10011100 111010 110011 0 100111 11101001 101001 101100

Color Harmonies of #424D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D9C

Black with #424D9C

Text Example


Text Example

White with #424D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D9C; }

 p { color: rgb(66,77,156); }

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

background-color css

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

 a { background-color: rgb(66,77,156); }

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

border-color css

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

 span { border-color: rgb(66,77,156); }

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