Html Css Color HEX #424994 Governor Bay

📋 copy color: '#424994'

red 66 ◦ green 73 ◦ blue 148

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

Shades of Governor Bay #424994

Tints of Governor Bay #424994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 23%
G = 25.44%
B = 51.57%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424994 (or 0x424994) is known color: Governor Bay. HEX triplet: 42, 49 and 94. RGB value is (66,73,148). Sum of RGB (Red+Green+Blue) = 66+73+148=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #424994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424994 is #BDB66B. Grayscale: #4F4F4F. Windows color (decimal): -12433004 or 9718082. OLE color: 9718082.

HSL color Cylindrical-coordinate representation of color #424994: hue angle of 234.88º 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 #424994 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 73 148 -
CMYK 0.55 0.51 0 0.42
HSL 234.88º 0.38% 0.42% -
HSV(B) 234.88º 0.55% 0.58% -
XYZ 9.97 8.06 29.05 -
YUV 79.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 66 73 148 0.55 0.51 0 0.42 234.88 0.38 0.42
Hex 42 49 94 37 33 0 2A EB 26 2A
Octal 102 111 224 67 63 0 52 353 46 52
Binary 1000010 1001001 10010100 110111 110011 0 101010 11101011 100110 101010

Color Harmonies of #424994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424994

Black with #424994

Text Example


Text Example

White with #424994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424994; }

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

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

background-color css

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

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

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

border-color css

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

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

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