Html Css Color HEX #4469B7 Mariner

📋 copy color: '#4469B7'

red 68 ◦ green 105 ◦ blue 183

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

Shades of Mariner #4469B7

Tints of Mariner #4469B7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 183 (71.88% from 255) = 51.4%

R = 19.1%
G = 29.49%
B = 51.4%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4469B7 (or 0x4469B7) is known color: Mariner. HEX triplet: 44, 69 and B7. RGB value is (68,105,183). Sum of RGB (Red+Green+Blue) = 68+105+183=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #4469B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469B7 is #BB9648. Grayscale: #666666. Windows color (decimal): -12293705 or 12020036. OLE color: 12020036.

HSL color Cylindrical-coordinate representation of color #4469B7: hue angle of 220.7º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4469B7 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 105 183 -
CMYK 0.63 0.43 0 0.28
HSL 220.7º 0.46% 0.49% -
HSV(B) 220.7º 0.63% 0.72% -
XYZ 15.98 14.75 46.8 -
YUV 102.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 68 105 183 0.63 0.43 0 0.28 220.7 0.46 0.49
Hex 44 69 B7 3F 2B 0 1C DD 2E 31
Octal 104 151 267 77 53 0 34 335 56 61
Binary 1000100 1101001 10110111 111111 101011 0 11100 11011101 101110 110001

Color Harmonies of #4469B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469B7

Black with #4469B7

Text Example


Text Example

White with #4469B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4469B7; }

 p { color: rgb(68,105,183); }

 H1.HeaderClassName
 {
   color: #4469B7;
 }
 .AnyTagClassName
 {
   color: #4469B7;
 }
</style>

background-color css

<style>
 a { background-color: #4469B7; }

 a { background-color: rgb(68,105,183); }

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

border-color css

<style>
 span { border-color: #4469B7; }

 span { border-color: rgb(68,105,183); }

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