Html Css Color HEX #424C9B Governor Bay

📋 copy color: '#424C9B'

red 66 ◦ green 76 ◦ blue 155

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

Shades of Governor Bay #424C9B

Tints of Governor Bay #424C9B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 22.22%
G = 25.59%
B = 52.19%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#424C9B (or 0x424C9B) is known color: Governor Bay. HEX triplet: 42, 4C and 9B. RGB value is (66,76,155). Sum of RGB (Red+Green+Blue) = 66+76+155=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #424C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C9B is #BDB364. Grayscale: #515151. Windows color (decimal): -12432229 or 10177602. OLE color: 10177602.

HSL color Cylindrical-coordinate representation of color #424C9B: hue angle of 233.26º 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 #424C9B is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 76 155 -
CMYK 0.57 0.51 0 0.39
HSL 233.26º 0.4% 0.43% -
HSV(B) 233.26º 0.57% 0.61% -
XYZ 10.75 8.69 32.12 -
YUV 82.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 66 76 155 0.57 0.51 0 0.39 233.26 0.4 0.43
Hex 42 4C 9B 39 33 0 27 E9 28 2B
Octal 102 114 233 71 63 0 47 351 50 53
Binary 1000010 1001100 10011011 111001 110011 0 100111 11101001 101000 101011

Color Harmonies of #424C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C9B

Black with #424C9B

Text Example


Text Example

White with #424C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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