Html Css Color HEX #42489B Governor Bay

📋 copy color: '#42489B'

red 66 ◦ green 72 ◦ blue 155

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

Shades of Governor Bay #42489B

Tints of Governor Bay #42489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 22.53%
G = 24.57%
B = 52.9%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42489B (or 0x42489B) is known color: Governor Bay. HEX triplet: 42, 48 and 9B. RGB value is (66,72,155). Sum of RGB (Red+Green+Blue) = 66+72+155=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #42489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42489B is #BDB764. Grayscale: #4F4F4F. Windows color (decimal): -12433253 or 10176578. OLE color: 10176578.

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

Color convert

RGB 66 72 155 -
CMYK 0.57 0.54 0 0.39
HSL 235.96º 0.4% 0.43% -
HSV(B) 235.96º 0.57% 0.61% -
XYZ 10.48 8.16 32.03 -
YUV 79.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 66 72 155 0.57 0.54 0 0.39 235.96 0.4 0.43
Hex 42 48 9B 39 36 0 27 EC 28 2B
Octal 102 110 233 71 66 0 47 354 50 53
Binary 1000010 1001000 10011011 111001 110110 0 100111 11101100 101000 101011

Color Harmonies of #42489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42489B

Black with #42489B

Text Example


Text Example

White with #42489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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