Html Css Color HEX #424E9A Governor Bay

📋 copy color: '#424E9A'

red 66 ◦ green 78 ◦ blue 154

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

Shades of Governor Bay #424E9A

Tints of Governor Bay #424E9A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 22.15%
G = 26.17%
B = 51.68%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#424E9A (or 0x424E9A) is known color: Governor Bay. HEX triplet: 42, 4E and 9A. RGB value is (66,78,154). Sum of RGB (Red+Green+Blue) = 66+78+154=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #424E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E9A is #BDB165. Grayscale: #525252. Windows color (decimal): -12431718 or 10112578. OLE color: 10112578.

HSL color Cylindrical-coordinate representation of color #424E9A: hue angle of 231.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424E9A is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 78 154 -
CMYK 0.57 0.49 0 0.40
HSL 231.82º 0.4% 0.43% -
HSV(B) 231.82º 0.57% 0.6% -
XYZ 10.8 8.94 31.73 -
YUV 83.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 66 78 154 0.57 0.49 0 0.40 231.82 0.4 0.43
Hex 42 4E 9A 39 31 0 28 E8 28 2B
Octal 102 116 232 71 61 0 50 350 50 53
Binary 1000010 1001110 10011010 111001 110001 0 101000 11101000 101000 101011

Color Harmonies of #424E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E9A

Black with #424E9A

Text Example


Text Example

White with #424E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,154); }

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

background-color css

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

 a { background-color: rgb(66,78,154); }

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

border-color css

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

 span { border-color: rgb(66,78,154); }

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