Html Css Color HEX #42469E Governor Bay

📋 copy color: '#42469E'

red 66 ◦ green 70 ◦ blue 158

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

Shades of Governor Bay #42469E

Tints of Governor Bay #42469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

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

R = 22.45%
G = 23.81%
B = 53.74%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42469E (or 0x42469E) is known color: Governor Bay. HEX triplet: 42, 46 and 9E. RGB value is (66,70,158). Sum of RGB (Red+Green+Blue) = 66+70+158=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #42469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469E is #BDB961. Grayscale: #4E4E4E. Windows color (decimal): -12433762 or 10372674. OLE color: 10372674.

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

Color convert

RGB 66 70 158 -
CMYK 0.58 0.56 0 0.38
HSL 237.39º 0.41% 0.44% -
HSV(B) 237.39º 0.58% 0.62% -
XYZ 10.61 8.01 33.33 -
YUV 78.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 66 70 158 0.58 0.56 0 0.38 237.39 0.41 0.44
Hex 42 46 9E 3A 38 0 26 ED 29 2C
Octal 102 106 236 72 70 0 46 355 51 54
Binary 1000010 1000110 10011110 111010 111000 0 100110 11101101 101001 101100

Color Harmonies of #42469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42469E

Black with #42469E

Text Example


Text Example

White with #42469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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