Html Css Color HEX #4869B8 Free Speech Blue

📋 copy color: '#4869B8'

red 72 ◦ green 105 ◦ blue 184

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

Shades of Free Speech Blue #4869B8

Tints of Free Speech Blue #4869B8

RGB

 RED value IS 72 (28.52% from 255) = 19.94%

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

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

R = 19.94%
G = 29.09%
B = 50.97%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4869B8 (or 0x4869B8) is known color: Free Speech Blue. HEX triplet: 48, 69 and B8. RGB value is (72,105,184). Sum of RGB (Red+Green+Blue) = 72+105+184=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #4869B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869B8 is #B79647. Grayscale: #676767. Windows color (decimal): -12031560 or 12085576. OLE color: 12085576.

HSL color Cylindrical-coordinate representation of color #4869B8: hue angle of 222.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4869B8 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 105 184 -
CMYK 0.61 0.43 0 0.28
HSL 222.32º 0.44% 0.5% -
HSV(B) 222.32º 0.61% 0.72% -
XYZ 16.38 14.94 47.37 -
YUV 104.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 72 105 184 0.61 0.43 0 0.28 222.32 0.44 0.5
Hex 48 69 B8 3D 2B 0 1C DE 2C 32
Octal 110 151 270 75 53 0 34 336 54 62
Binary 1001000 1101001 10111000 111101 101011 0 11100 11011110 101100 110010

Color Harmonies of #4869B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4869B8

Black with #4869B8

Text Example


Text Example

White with #4869B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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