Html Css Color HEX #4258A1 Mariner

📋 copy color: '#4258A1'

red 66 ◦ green 88 ◦ blue 161

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

Shades of Mariner #4258A1

Tints of Mariner #4258A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

 BLUE value IS 161 (63.28% from 255) = 51.11%

R = 20.95%
G = 27.94%
B = 51.11%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4258A1 (or 0x4258A1) is known color: Mariner. HEX triplet: 42, 58 and A1. RGB value is (66,88,161). Sum of RGB (Red+Green+Blue) = 66+88+161=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #4258A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4258A1 is #BDA75E. Grayscale: #595959. Windows color (decimal): -12429151 or 10573890. OLE color: 10573890.

HSL color Cylindrical-coordinate representation of color #4258A1: hue angle of 226.11º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4258A1 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 88 161 -
CMYK 0.59 0.45 0 0.37
HSL 226.11º 0.42% 0.45% -
HSV(B) 226.11º 0.59% 0.63% -
XYZ 12.17 10.71 35.14 -
YUV 89.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 66 88 161 0.59 0.45 0 0.37 226.11 0.42 0.45
Hex 42 58 A1 3B 2D 0 25 E2 2A 2D
Octal 102 130 241 73 55 0 45 342 52 55
Binary 1000010 1011000 10100001 111011 101101 0 100101 11100010 101010 101101

Color Harmonies of #4258A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4258A1

Black with #4258A1

Text Example


Text Example

White with #4258A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4258A1; }

 p { color: rgb(66,88,161); }

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

background-color css

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

 a { background-color: rgb(66,88,161); }

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

border-color css

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

 span { border-color: rgb(66,88,161); }

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