Html Css Color HEX #484BCF Free Speech Blue

📋 copy color: '#484BCF'

red 72 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #484BCF

Tints of Free Speech Blue #484BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.19%

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

R = 20.34%
G = 21.19%
B = 58.47%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#484BCF (or 0x484BCF) is known color: Free Speech Blue. HEX triplet: 48, 4B and CF. RGB value is (72,75,207). Sum of RGB (Red+Green+Blue) = 72+75+207=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #484BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BCF is #B7B430. Grayscale: #585858. Windows color (decimal): -12039217 or 13585224. OLE color: 13585224.

HSL color Cylindrical-coordinate representation of color #484BCF: hue angle of 238.67º 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 #484BCF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 75 207 -
CMYK 0.65 0.64 0 0.19
HSL 238.67º 0.58% 0.55% -
HSV(B) 238.67º 0.65% 0.81% -
XYZ 16.45 10.91 60.27 -
YUV 89.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 72 75 207 0.65 0.64 0 0.19 238.67 0.58 0.55
Hex 48 4B CF 41 40 0 13 EF 3A 37
Octal 110 113 317 101 100 0 23 357 72 67
Binary 1001000 1001011 11001111 1000001 1000000 0 10011 11101111 111010 110111

Color Harmonies of #484BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BCF

Black with #484BCF

Text Example


Text Example

White with #484BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484BCF; }

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

 H1.HeaderClassName
 {
   color: #484BCF;
 }
 .AnyTagClassName
 {
   color: #484BCF;
 }
</style>

background-color css

<style>
 a { background-color: #484BCF; }

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

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

border-color css

<style>
 span { border-color: #484BCF; }

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

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