Html Css Color HEX #42439E Governor Bay

📋 copy color: '#42439E'

red 66 ◦ green 67 ◦ blue 158

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

Shades of Governor Bay #42439E

Tints of Governor Bay #42439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 22.68%
G = 23.02%
B = 54.3%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42439E (or 0x42439E) is known color: Governor Bay. HEX triplet: 42, 43 and 9E. RGB value is (66,67,158). Sum of RGB (Red+Green+Blue) = 66+67+158=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #42439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42439E is #BDBC61. Grayscale: #4C4C4C. Windows color (decimal): -12434530 or 10371906. OLE color: 10371906.

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

Color convert

RGB 66 67 158 -
CMYK 0.58 0.58 0 0.38
HSL 239.35º 0.41% 0.44% -
HSV(B) 239.35º 0.58% 0.62% -
XYZ 10.43 7.64 33.27 -
YUV 77.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 66 67 158 0.58 0.58 0 0.38 239.35 0.41 0.44
Hex 42 43 9E 3A 3A 0 26 EF 29 2C
Octal 102 103 236 72 72 0 46 357 51 54
Binary 1000010 1000011 10011110 111010 111010 0 100110 11101111 101001 101100

Color Harmonies of #42439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42439E

Black with #42439E

Text Example


Text Example

White with #42439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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