Html Css Color HEX #483BCC Free Speech Blue

📋 copy color: '#483BCC'

red 72 ◦ green 59 ◦ blue 204

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

Shades of Free Speech Blue #483BCC

Tints of Free Speech Blue #483BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 21.49%
G = 17.61%
B = 60.9%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#483BCC (or 0x483BCC) is known color: Free Speech Blue. HEX triplet: 48, 3B and CC. RGB value is (72,59,204). Sum of RGB (Red+Green+Blue) = 72+59+204=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #483BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483BCC is #B7C433. Grayscale: #4E4E4E. Windows color (decimal): -12043316 or 13384520. OLE color: 13384520.

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

Color convert

RGB 72 59 204 -
CMYK 0.65 0.71 0 0.2
HSL 245.38º 0.59% 0.52% -
HSV(B) 245.38º 0.71% 0.8% -
XYZ 15.14 8.87 58.04 -
YUV 79.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 72 59 204 0.65 0.71 0 0.2 245.38 0.59 0.52
Hex 48 3B CC 41 47 0 14 F5 3B 34
Octal 110 73 314 101 107 0 24 365 73 64
Binary 1001000 111011 11001100 1000001 1000111 0 10100 11110101 111011 110100

Color Harmonies of #483BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483BCC

Black with #483BCC

Text Example


Text Example

White with #483BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,204); }

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

background-color css

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

 a { background-color: rgb(72,59,204); }

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

border-color css

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

 span { border-color: rgb(72,59,204); }

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