Html Css Color HEX #4465B0 Mariner

📋 copy color: '#4465B0'

red 68 ◦ green 101 ◦ blue 176

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

Shades of Mariner #4465B0

Tints of Mariner #4465B0

RGB

 RED value IS 68 (26.95% from 255) = 19.71%

 GREEN value IS 101 (39.84% from 255) = 29.28%

 BLUE value IS 176 (69.14% from 255) = 51.01%

R = 19.71%
G = 29.28%
B = 51.01%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4465B0 (or 0x4465B0) is known color: Mariner. HEX triplet: 44, 65 and B0. RGB value is (68,101,176). Sum of RGB (Red+Green+Blue) = 68+101+176=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 176 (69.14% from 255 or 51.01% from 345); Max value from RGB is 176 - color contains mainly: blue. Hex color #4465B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4465B0 is #BB9A4F. Grayscale: #636363. Windows color (decimal): -12294736 or 11560260. OLE color: 11560260.

HSL color Cylindrical-coordinate representation of color #4465B0: hue angle of 221.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4465B0 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 101 176 -
CMYK 0.61 0.43 0 0.31
HSL 221.67º 0.44% 0.48% -
HSV(B) 221.67º 0.61% 0.69% -
XYZ 14.87 13.67 42.93 -
YUV 99.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 68 101 176 0.61 0.43 0 0.31 221.67 0.44 0.48
Hex 44 65 B0 3D 2B 0 1F DE 2C 30
Octal 104 145 260 75 53 0 37 336 54 60
Binary 1000100 1100101 10110000 111101 101011 0 11111 11011110 101100 110000

Color Harmonies of #4465B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465B0

Black with #4465B0

Text Example


Text Example

White with #4465B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4465B0; }

 p { color: rgb(68,101,176); }

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

background-color css

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

 a { background-color: rgb(68,101,176); }

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

border-color css

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

 span { border-color: rgb(68,101,176); }

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