Html Css Color HEX #42499C Governor Bay

📋 copy color: '#42499C'

red 66 ◦ green 73 ◦ blue 156

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

Shades of Governor Bay #42499C

Tints of Governor Bay #42499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 22.37%
G = 24.75%
B = 52.88%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42499C (or 0x42499C) is known color: Governor Bay. HEX triplet: 42, 49 and 9C. RGB value is (66,73,156). Sum of RGB (Red+Green+Blue) = 66+73+156=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #42499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42499C is #BDB663. Grayscale: #505050. Windows color (decimal): -12432996 or 10242370. OLE color: 10242370.

HSL color Cylindrical-coordinate representation of color #42499C: hue angle of 235.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 #42499C is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 73 156 -
CMYK 0.58 0.53 0 0.39
HSL 235.33º 0.41% 0.44% -
HSV(B) 235.33º 0.58% 0.61% -
XYZ 10.63 8.32 32.5 -
YUV 80.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 66 73 156 0.58 0.53 0 0.39 235.33 0.41 0.44
Hex 42 49 9C 3A 35 0 27 EB 29 2C
Octal 102 111 234 72 65 0 47 353 51 54
Binary 1000010 1001001 10011100 111010 110101 0 100111 11101011 101001 101100

Color Harmonies of #42499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42499C

Black with #42499C

Text Example


Text Example

White with #42499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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