Html Css Color HEX #4255AA Mariner

📋 copy color: '#4255AA'

red 66 ◦ green 85 ◦ blue 170

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

Shades of Mariner #4255AA

Tints of Mariner #4255AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 20.56%
G = 26.48%
B = 52.96%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4255AA (or 0x4255AA) is known color: Mariner. HEX triplet: 42, 55 and AA. RGB value is (66,85,170). Sum of RGB (Red+Green+Blue) = 66+85+170=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #4255AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4255AA is #BDAA55. Grayscale: #585858. Windows color (decimal): -12429910 or 11162946. OLE color: 11162946.

HSL color Cylindrical-coordinate representation of color #4255AA: hue angle of 229.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4255AA is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 85 170 -
CMYK 0.61 0.50 0 0.33
HSL 229.04º 0.44% 0.46% -
HSV(B) 229.04º 0.61% 0.67% -
XYZ 12.75 10.56 39.4 -
YUV 89.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 66 85 170 0.61 0.50 0 0.33 229.04 0.44 0.46
Hex 42 55 AA 3D 32 0 21 E5 2C 2E
Octal 102 125 252 75 62 0 41 345 54 56
Binary 1000010 1010101 10101010 111101 110010 0 100001 11100101 101100 101110

Color Harmonies of #4255AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4255AA

Black with #4255AA

Text Example


Text Example

White with #4255AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4255AA; }

 p { color: rgb(66,85,170); }

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

background-color css

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

 a { background-color: rgb(66,85,170); }

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

border-color css

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

 span { border-color: rgb(66,85,170); }

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