Html Css Color HEX #42479E Governor Bay

📋 copy color: '#42479E'

red 66 ◦ green 71 ◦ blue 158

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

Shades of Governor Bay #42479E

Tints of Governor Bay #42479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 22.37%
G = 24.07%
B = 53.56%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42479E (or 0x42479E) is known color: Governor Bay. HEX triplet: 42, 47 and 9E. RGB value is (66,71,158). Sum of RGB (Red+Green+Blue) = 66+71+158=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #42479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42479E is #BDB861. Grayscale: #4F4F4F. Windows color (decimal): -12433506 or 10372930. OLE color: 10372930.

HSL color Cylindrical-coordinate representation of color #42479E: hue angle of 236.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42479E is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 71 158 -
CMYK 0.58 0.55 0 0.38
HSL 236.74º 0.41% 0.44% -
HSV(B) 236.74º 0.58% 0.62% -
XYZ 10.67 8.13 33.36 -
YUV 79.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 66 71 158 0.58 0.55 0 0.38 236.74 0.41 0.44
Hex 42 47 9E 3A 37 0 26 ED 29 2C
Octal 102 107 236 72 67 0 46 355 51 54
Binary 1000010 1000111 10011110 111010 110111 0 100110 11101101 101001 101100

Color Harmonies of #42479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42479E

Black with #42479E

Text Example


Text Example

White with #42479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42479E; }

 p { color: rgb(66,71,158); }

 H1.HeaderClassName
 {
   color: #42479E;
 }
 .AnyTagClassName
 {
   color: #42479E;
 }
</style>

background-color css

<style>
 a { background-color: #42479E; }

 a { background-color: rgb(66,71,158); }

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

border-color css

<style>
 span { border-color: #42479E; }

 span { border-color: rgb(66,71,158); }

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