Html Css Color HEX #4469B8 Mariner

📋 copy color: '#4469B8'

red 68 ◦ green 105 ◦ blue 184

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

Shades of Mariner #4469B8

Tints of Mariner #4469B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 19.05%
G = 29.41%
B = 51.54%

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

#4469B8 (or 0x4469B8) is known color: Mariner. HEX triplet: 44, 69 and B8. RGB value is (68,105,184). Sum of RGB (Red+Green+Blue) = 68+105+184=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #4469B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469B8 is #BB9647. Grayscale: #666666. Windows color (decimal): -12293704 or 12085572. OLE color: 12085572.

HSL color Cylindrical-coordinate representation of color #4469B8: hue angle of 220.86º 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 #4469B8 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 105 184 -
CMYK 0.63 0.43 0 0.28
HSL 220.86º 0.46% 0.49% -
HSV(B) 220.86º 0.63% 0.72% -
XYZ 16.09 14.79 47.35 -
YUV 102.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 68 105 184 0.63 0.43 0 0.28 220.86 0.46 0.49
Hex 44 69 B8 3F 2B 0 1C DD 2E 31
Octal 104 151 270 77 53 0 34 335 56 61
Binary 1000100 1101001 10111000 111111 101011 0 11100 11011101 101110 110001

Color Harmonies of #4469B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4469B8

Black with #4469B8

Text Example


Text Example

White with #4469B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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