Html Css Color HEX #483CCF Free Speech Blue

📋 copy color: '#483CCF'

red 72 ◦ green 60 ◦ blue 207

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

Shades of Free Speech Blue #483CCF

Tints of Free Speech Blue #483CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

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

R = 21.24%
G = 17.7%
B = 61.06%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#483CCF (or 0x483CCF) is known color: Free Speech Blue. HEX triplet: 48, 3C and CF. RGB value is (72,60,207). Sum of RGB (Red+Green+Blue) = 72+60+207=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #483CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CCF is #B7C330. Grayscale: #4F4F4F. Windows color (decimal): -12043057 or 13581384. OLE color: 13581384.

HSL color Cylindrical-coordinate representation of color #483CCF: hue angle of 244.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483CCF is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 60 207 -
CMYK 0.65 0.71 0 0.19
HSL 244.9º 0.6% 0.52% -
HSV(B) 244.9º 0.71% 0.81% -
XYZ 15.55 9.11 59.97 -
YUV 80.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 72 60 207 0.65 0.71 0 0.19 244.9 0.6 0.52
Hex 48 3C CF 41 47 0 13 F5 3C 34
Octal 110 74 317 101 107 0 23 365 74 64
Binary 1001000 111100 11001111 1000001 1000111 0 10011 11110101 111100 110100

Color Harmonies of #483CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483CCF

Black with #483CCF

Text Example


Text Example

White with #483CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483CCF; }

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

 H1.HeaderClassName
 {
   color: #483CCF;
 }
 .AnyTagClassName
 {
   color: #483CCF;
 }
</style>

background-color css

<style>
 a { background-color: #483CCF; }

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

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

border-color css

<style>
 span { border-color: #483CCF; }

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

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