Html Css Color HEX #42469F Governor Bay

📋 copy color: '#42469F'

red 66 ◦ green 70 ◦ blue 159

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

Shades of Governor Bay #42469F

Tints of Governor Bay #42469F

RGB

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

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

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

R = 22.37%
G = 23.73%
B = 53.9%

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

#42469F (or 0x42469F) is known color: Governor Bay. HEX triplet: 42, 46 and 9F. RGB value is (66,70,159). Sum of RGB (Red+Green+Blue) = 66+70+159=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #42469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42469F is #BDB960. Grayscale: #4E4E4E. Windows color (decimal): -12433761 or 10438210. OLE color: 10438210.

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

Color convert

RGB 66 70 159 -
CMYK 0.58 0.56 0 0.38
HSL 237.42º 0.41% 0.44% -
HSV(B) 237.42º 0.58% 0.62% -
XYZ 10.69 8.04 33.79 -
YUV 78.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 66 70 159 0.58 0.56 0 0.38 237.42 0.41 0.44
Hex 42 46 9F 3A 38 0 26 ED 29 2C
Octal 102 106 237 72 70 0 46 355 51 54
Binary 1000010 1000110 10011111 111010 111000 0 100110 11101101 101001 101100

Color Harmonies of #42469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42469F

Black with #42469F

Text Example


Text Example

White with #42469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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