Html Css Color HEX #42489C Governor Bay

📋 copy color: '#42489C'

red 66 ◦ green 72 ◦ blue 156

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

Shades of Governor Bay #42489C

Tints of Governor Bay #42489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

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

R = 22.45%
G = 24.49%
B = 53.06%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42489C (or 0x42489C) is known color: Governor Bay. HEX triplet: 42, 48 and 9C. RGB value is (66,72,156). Sum of RGB (Red+Green+Blue) = 66+72+156=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #42489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42489C is #BDB763. Grayscale: #4F4F4F. Windows color (decimal): -12433252 or 10242114. OLE color: 10242114.

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

Color convert

RGB 66 72 156 -
CMYK 0.58 0.54 0 0.39
HSL 236º 0.41% 0.44% -
HSV(B) 236º 0.58% 0.61% -
XYZ 10.56 8.19 32.48 -
YUV 79.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 66 72 156 0.58 0.54 0 0.39 236 0.41 0.44
Hex 42 48 9C 3A 36 0 27 EC 29 2C
Octal 102 110 234 72 66 0 47 354 51 54
Binary 1000010 1001000 10011100 111010 110110 0 100111 11101100 101001 101100

Color Harmonies of #42489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42489C

Black with #42489C

Text Example


Text Example

White with #42489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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