Html Css Color HEX #424A9E Governor Bay

📋 copy color: '#424A9E'

red 66 ◦ green 74 ◦ blue 158

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

Shades of Governor Bay #424A9E

Tints of Governor Bay #424A9E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 22.15%
G = 24.83%
B = 53.02%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#424A9E (or 0x424A9E) is known color: Governor Bay. HEX triplet: 42, 4A and 9E. RGB value is (66,74,158). Sum of RGB (Red+Green+Blue) = 66+74+158=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #424A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A9E is #BDB561. Grayscale: #505050. Windows color (decimal): -12432738 or 10373698. OLE color: 10373698.

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

Color convert

RGB 66 74 158 -
CMYK 0.58 0.53 0 0.38
HSL 234.78º 0.41% 0.44% -
HSV(B) 234.78º 0.58% 0.62% -
XYZ 10.87 8.52 33.42 -
YUV 81.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 66 74 158 0.58 0.53 0 0.38 234.78 0.41 0.44
Hex 42 4A 9E 3A 35 0 26 EB 29 2C
Octal 102 112 236 72 65 0 46 353 51 54
Binary 1000010 1001010 10011110 111010 110101 0 100110 11101011 101001 101100

Color Harmonies of #424A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A9E

Black with #424A9E

Text Example


Text Example

White with #424A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424A9E; }

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

 H1.HeaderClassName
 {
   color: #424A9E;
 }
 .AnyTagClassName
 {
   color: #424A9E;
 }
</style>

background-color css

<style>
 a { background-color: #424A9E; }

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

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

border-color css

<style>
 span { border-color: #424A9E; }

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

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