Html Css Color HEX #42479F Governor Bay

📋 copy color: '#42479F'

red 66 ◦ green 71 ◦ blue 159

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

Shades of Governor Bay #42479F

Tints of Governor Bay #42479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 22.3%
G = 23.99%
B = 53.72%

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

#42479F (or 0x42479F) is known color: Governor Bay. HEX triplet: 42, 47 and 9F. RGB value is (66,71,159). Sum of RGB (Red+Green+Blue) = 66+71+159=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #42479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42479F is #BDB860. Grayscale: #4F4F4F. Windows color (decimal): -12433505 or 10438466. OLE color: 10438466.

HSL color Cylindrical-coordinate representation of color #42479F: hue angle of 236.77º 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 #42479F is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 71 159 -
CMYK 0.58 0.55 0 0.38
HSL 236.77º 0.41% 0.44% -
HSV(B) 236.77º 0.58% 0.62% -
XYZ 10.76 8.17 33.81 -
YUV 79.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 66 71 159 0.58 0.55 0 0.38 236.77 0.41 0.44
Hex 42 47 9F 3A 37 0 26 ED 29 2C
Octal 102 107 237 72 67 0 46 355 51 54
Binary 1000010 1000111 10011111 111010 110111 0 100110 11101101 101001 101100

Color Harmonies of #42479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42479F

Black with #42479F

Text Example


Text Example

White with #42479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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