Html Css Color HEX #424993 Governor Bay

📋 copy color: '#424993'

red 66 ◦ green 73 ◦ blue 147

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

Shades of Governor Bay #424993

Tints of Governor Bay #424993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 23.08%
G = 25.52%
B = 51.4%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424993 (or 0x424993) is known color: Governor Bay. HEX triplet: 42, 49 and 93. RGB value is (66,73,147). Sum of RGB (Red+Green+Blue) = 66+73+147=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #424993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424993 is #BDB66C. Grayscale: #4F4F4F. Windows color (decimal): -12433005 or 9652546. OLE color: 9652546.

HSL color Cylindrical-coordinate representation of color #424993: hue angle of 234.81º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424993 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 73 147 -
CMYK 0.55 0.50 0 0.42
HSL 234.81º 0.38% 0.42% -
HSV(B) 234.81º 0.55% 0.58% -
XYZ 9.9 8.03 28.63 -
YUV 79.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 66 73 147 0.55 0.50 0 0.42 234.81 0.38 0.42
Hex 42 49 93 37 32 0 2A EB 26 2A
Octal 102 111 223 67 62 0 52 353 46 52
Binary 1000010 1001001 10010011 110111 110010 0 101010 11101011 100110 101010

Color Harmonies of #424993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424993

Black with #424993

Text Example


Text Example

White with #424993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424993; }

 p { color: rgb(66,73,147); }

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

background-color css

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

 a { background-color: rgb(66,73,147); }

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

border-color css

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

 span { border-color: rgb(66,73,147); }

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