Html Css Color HEX #424F9C Governor Bay

📋 copy color: '#424F9C'

red 66 ◦ green 79 ◦ blue 156

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

Shades of Governor Bay #424F9C

Tints of Governor Bay #424F9C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 21.93%
G = 26.25%
B = 51.83%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#424F9C (or 0x424F9C) is known color: Governor Bay. HEX triplet: 42, 4F and 9C. RGB value is (66,79,156). Sum of RGB (Red+Green+Blue) = 66+79+156=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #424F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F9C is #BDB063. Grayscale: #535353. Windows color (decimal): -12431460 or 10243906. OLE color: 10243906.

HSL color Cylindrical-coordinate representation of color #424F9C: hue angle of 231.33º 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 #424F9C is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 79 156 -
CMYK 0.58 0.49 0 0.39
HSL 231.33º 0.41% 0.44% -
HSV(B) 231.33º 0.58% 0.61% -
XYZ 11.04 9.15 32.64 -
YUV 83.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 66 79 156 0.58 0.49 0 0.39 231.33 0.41 0.44
Hex 42 4F 9C 3A 31 0 27 E7 29 2C
Octal 102 117 234 72 61 0 47 347 51 54
Binary 1000010 1001111 10011100 111010 110001 0 100111 11100111 101001 101100

Color Harmonies of #424F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F9C

Black with #424F9C

Text Example


Text Example

White with #424F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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