Html Css Color HEX #4255AC Mariner

📋 copy color: '#4255AC'

red 66 ◦ green 85 ◦ blue 172

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

Shades of Mariner #4255AC

Tints of Mariner #4255AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 20.43%
G = 26.32%
B = 53.25%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4255AC (or 0x4255AC) is known color: Mariner. HEX triplet: 42, 55 and AC. RGB value is (66,85,172). Sum of RGB (Red+Green+Blue) = 66+85+172=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #4255AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4255AC is #BDAA53. Grayscale: #585858. Windows color (decimal): -12429908 or 11294018. OLE color: 11294018.

HSL color Cylindrical-coordinate representation of color #4255AC: hue angle of 229.25º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4255AC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 85 172 -
CMYK 0.62 0.51 0 0.33
HSL 229.25º 0.45% 0.47% -
HSV(B) 229.25º 0.62% 0.67% -
XYZ 12.94 10.63 40.4 -
YUV 89.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 66 85 172 0.62 0.51 0 0.33 229.25 0.45 0.47
Hex 42 55 AC 3E 33 0 21 E5 2D 2F
Octal 102 125 254 76 63 0 41 345 55 57
Binary 1000010 1010101 10101100 111110 110011 0 100001 11100101 101101 101111

Color Harmonies of #4255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4255AC

Black with #4255AC

Text Example


Text Example

White with #4255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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