Html Css Color HEX #4260B2 Mariner

📋 copy color: '#4260B2'

red 66 ◦ green 96 ◦ blue 178

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

Shades of Mariner #4260B2

Tints of Mariner #4260B2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 19.41%
G = 28.24%
B = 52.35%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4260B2 (or 0x4260B2) is known color: Mariner. HEX triplet: 42, 60 and B2. RGB value is (66,96,178). Sum of RGB (Red+Green+Blue) = 66+96+178=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #4260B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4260B2 is #BD9F4D. Grayscale: #606060. Windows color (decimal): -12427086 or 11690050. OLE color: 11690050.

HSL color Cylindrical-coordinate representation of color #4260B2: hue angle of 223.93º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4260B2 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 96 178 -
CMYK 0.63 0.46 0 0.30
HSL 223.93º 0.46% 0.48% -
HSV(B) 223.93º 0.63% 0.7% -
XYZ 14.47 12.74 43.82 -
YUV 96.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 66 96 178 0.63 0.46 0 0.30 223.93 0.46 0.48
Hex 42 60 B2 3F 2E 0 1E E0 2E 30
Octal 102 140 262 77 56 0 36 340 56 60
Binary 1000010 1100000 10110010 111111 101110 0 11110 11100000 101110 110000

Color Harmonies of #4260B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4260B2

Black with #4260B2

Text Example


Text Example

White with #4260B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4260B2; }

 p { color: rgb(66,96,178); }

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

background-color css

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

 a { background-color: rgb(66,96,178); }

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

border-color css

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

 span { border-color: rgb(66,96,178); }

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