Html Css Color HEX #42479D Governor Bay

📋 copy color: '#42479D'

red 66 ◦ green 71 ◦ blue 157

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

Shades of Governor Bay #42479D

Tints of Governor Bay #42479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 22.45%
G = 24.15%
B = 53.4%

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

#42479D (or 0x42479D) is known color: Governor Bay. HEX triplet: 42, 47 and 9D. RGB value is (66,71,157). Sum of RGB (Red+Green+Blue) = 66+71+157=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #42479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42479D is #BDB862. Grayscale: #4E4E4E. Windows color (decimal): -12433507 or 10307394. OLE color: 10307394.

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

Color convert

RGB 66 71 157 -
CMYK 0.58 0.55 0 0.38
HSL 236.7º 0.41% 0.44% -
HSV(B) 236.7º 0.58% 0.62% -
XYZ 10.59 8.1 32.9 -
YUV 79.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 66 71 157 0.58 0.55 0 0.38 236.7 0.41 0.44
Hex 42 47 9D 3A 37 0 26 ED 29 2C
Octal 102 107 235 72 67 0 46 355 51 54
Binary 1000010 1000111 10011101 111010 110111 0 100110 11101101 101001 101100

Color Harmonies of #42479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42479D

Black with #42479D

Text Example


Text Example

White with #42479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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