Html Css Color HEX #4838CB Free Speech Blue

📋 copy color: '#4838CB'

red 72 ◦ green 56 ◦ blue 203

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

Shades of Free Speech Blue #4838CB

Tints of Free Speech Blue #4838CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 21.75%
G = 16.92%
B = 61.33%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4838CB (or 0x4838CB) is known color: Free Speech Blue. HEX triplet: 48, 38 and CB. RGB value is (72,56,203). Sum of RGB (Red+Green+Blue) = 72+56+203=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #4838CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838CB is #B7C734. Grayscale: #4C4C4C. Windows color (decimal): -12044085 or 13318216. OLE color: 13318216.

HSL color Cylindrical-coordinate representation of color #4838CB: hue angle of 246.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4838CB is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 56 203 -
CMYK 0.65 0.72 0 0.20
HSL 246.53º 0.59% 0.51% -
HSV(B) 246.53º 0.72% 0.8% -
XYZ 14.87 8.52 57.36 -
YUV 77.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 72 56 203 0.65 0.72 0 0.20 246.53 0.59 0.51
Hex 48 38 CB 41 48 0 14 F7 3B 33
Octal 110 70 313 101 110 0 24 367 73 63
Binary 1001000 111000 11001011 1000001 1001000 0 10100 11110111 111011 110011

Color Harmonies of #4838CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4838CB

Black with #4838CB

Text Example


Text Example

White with #4838CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4838CB; }

 p { color: rgb(72,56,203); }

 H1.HeaderClassName
 {
   color: #4838CB;
 }
 .AnyTagClassName
 {
   color: #4838CB;
 }
</style>

background-color css

<style>
 a { background-color: #4838CB; }

 a { background-color: rgb(72,56,203); }

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

border-color css

<style>
 span { border-color: #4838CB; }

 span { border-color: rgb(72,56,203); }

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