Html Css Color HEX #4865CF Free Speech Blue

📋 copy color: '#4865CF'

red 72 ◦ green 101 ◦ blue 207

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

Shades of Free Speech Blue #4865CF

Tints of Free Speech Blue #4865CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 18.95%
G = 26.58%
B = 54.47%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4865CF (or 0x4865CF) is known color: Free Speech Blue. HEX triplet: 48, 65 and CF. RGB value is (72,101,207). Sum of RGB (Red+Green+Blue) = 72+101+207=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #4865CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865CF is #B79A30. Grayscale: #676767. Windows color (decimal): -12032561 or 13591880. OLE color: 13591880.

HSL color Cylindrical-coordinate representation of color #4865CF: hue angle of 227.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4865CF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 101 207 -
CMYK 0.65 0.51 0 0.19
HSL 227.11º 0.58% 0.55% -
HSV(B) 227.11º 0.65% 0.81% -
XYZ 18.59 15.19 60.98 -
YUV 104.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 72 101 207 0.65 0.51 0 0.19 227.11 0.58 0.55
Hex 48 65 CF 41 33 0 13 E3 3A 37
Octal 110 145 317 101 63 0 23 343 72 67
Binary 1001000 1100101 11001111 1000001 110011 0 10011 11100011 111010 110111

Color Harmonies of #4865CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865CF

Black with #4865CF

Text Example


Text Example

White with #4865CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4865CF; }

 p { color: rgb(72,101,207); }

 H1.HeaderClassName
 {
   color: #4865CF;
 }
 .AnyTagClassName
 {
   color: #4865CF;
 }
</style>

background-color css

<style>
 a { background-color: #4865CF; }

 a { background-color: rgb(72,101,207); }

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

border-color css

<style>
 span { border-color: #4865CF; }

 span { border-color: rgb(72,101,207); }

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