Html Css Color HEX #414898 Governor Bay

📋 copy color: '#414898'

red 65 ◦ green 72 ◦ blue 152

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

Shades of Governor Bay #414898

Tints of Governor Bay #414898

RGB

 RED value IS 65 (25.78% from 255) = 22.49%

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 22.49%
G = 24.91%
B = 52.6%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#414898 (or 0x414898) is known color: Governor Bay. HEX triplet: 41, 48 and 98. RGB value is (65,72,152). Sum of RGB (Red+Green+Blue) = 65+72+152=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #414898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414898 is #BEB767. Grayscale: #4E4E4E. Windows color (decimal): -12498792 or 9979969. OLE color: 9979969.

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

Color convert

RGB 65 72 152 -
CMYK 0.57 0.53 0 0.40
HSL 235.17º 0.4% 0.43% -
HSV(B) 235.17º 0.57% 0.6% -
XYZ 10.16 8.03 30.72 -
YUV 79.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 65 72 152 0.57 0.53 0 0.40 235.17 0.4 0.43
Hex 41 48 98 39 35 0 28 EB 28 2B
Octal 101 110 230 71 65 0 50 353 50 53
Binary 1000001 1001000 10011000 111001 110101 0 101000 11101011 101000 101011

Color Harmonies of #414898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414898

Black with #414898

Text Example


Text Example

White with #414898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414898; }

 p { color: rgb(65,72,152); }

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

background-color css

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

 a { background-color: rgb(65,72,152); }

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

border-color css

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

 span { border-color: rgb(65,72,152); }

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