Html Css Color HEX #42449F Governor Bay

📋 copy color: '#42449F'

red 66 ◦ green 68 ◦ blue 159

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

Shades of Governor Bay #42449F

Tints of Governor Bay #42449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 22.53%
G = 23.21%
B = 54.27%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42449F (or 0x42449F) is known color: Governor Bay. HEX triplet: 42, 44 and 9F. RGB value is (66,68,159). Sum of RGB (Red+Green+Blue) = 66+68+159=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #42449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42449F is #BDBB60. Grayscale: #4D4D4D. Windows color (decimal): -12434273 or 10437698. OLE color: 10437698.

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

Color convert

RGB 66 68 159 -
CMYK 0.58 0.57 0 0.38
HSL 238.71º 0.41% 0.44% -
HSV(B) 238.71º 0.58% 0.62% -
XYZ 10.57 7.8 33.75 -
YUV 77.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 66 68 159 0.58 0.57 0 0.38 238.71 0.41 0.44
Hex 42 44 9F 3A 39 0 26 EF 29 2C
Octal 102 104 237 72 71 0 46 357 51 54
Binary 1000010 1000100 10011111 111010 111001 0 100110 11101111 101001 101100

Color Harmonies of #42449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42449F

Black with #42449F

Text Example


Text Example

White with #42449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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