Html Css Color HEX #424A9B Governor Bay

📋 copy color: '#424A9B'

red 66 ◦ green 74 ◦ blue 155

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

Shades of Governor Bay #424A9B

Tints of Governor Bay #424A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 22.37%
G = 25.08%
B = 52.54%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#424A9B (or 0x424A9B) is known color: Governor Bay. HEX triplet: 42, 4A and 9B. RGB value is (66,74,155). Sum of RGB (Red+Green+Blue) = 66+74+155=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #424A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A9B is #BDB564. Grayscale: #505050. Windows color (decimal): -12432741 or 10177090. OLE color: 10177090.

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

Color convert

RGB 66 74 155 -
CMYK 0.57 0.52 0 0.39
HSL 234.61º 0.4% 0.43% -
HSV(B) 234.61º 0.57% 0.61% -
XYZ 10.61 8.42 32.08 -
YUV 80.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 66 74 155 0.57 0.52 0 0.39 234.61 0.4 0.43
Hex 42 4A 9B 39 34 0 27 EB 28 2B
Octal 102 112 233 71 64 0 47 353 50 53
Binary 1000010 1001010 10011011 111001 110100 0 100111 11101011 101000 101011

Color Harmonies of #424A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A9B

Black with #424A9B

Text Example


Text Example

White with #424A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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