Html Css Color HEX #424799 Governor Bay

📋 copy color: '#424799'

red 66 ◦ green 71 ◦ blue 153

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

Shades of Governor Bay #424799

Tints of Governor Bay #424799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 22.76%
G = 24.48%
B = 52.76%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#424799 (or 0x424799) is known color: Governor Bay. HEX triplet: 42, 47 and 99. RGB value is (66,71,153). Sum of RGB (Red+Green+Blue) = 66+71+153=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #424799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424799 is #BDB866. Grayscale: #4E4E4E. Windows color (decimal): -12433511 or 10045250. OLE color: 10045250.

HSL color Cylindrical-coordinate representation of color #424799: hue angle of 236.55º 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 #424799 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 71 153 -
CMYK 0.57 0.54 0 0.4
HSL 236.55º 0.4% 0.43% -
HSV(B) 236.55º 0.57% 0.6% -
XYZ 10.25 7.96 31.13 -
YUV 78.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 66 71 153 0.57 0.54 0 0.4 236.55 0.4 0.43
Hex 42 47 99 39 36 0 28 ED 28 2B
Octal 102 107 231 71 66 0 50 355 50 53
Binary 1000010 1000111 10011001 111001 110110 0 101000 11101101 101000 101011

Color Harmonies of #424799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424799

Black with #424799

Text Example


Text Example

White with #424799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424799; }

 p { color: rgb(66,71,153); }

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

background-color css

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

 a { background-color: rgb(66,71,153); }

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

border-color css

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

 span { border-color: rgb(66,71,153); }

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