Html Css Color HEX #4B65CA Free Speech Blue

📋 copy color: '#4B65CA'

red 75 ◦ green 101 ◦ blue 202

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

Shades of Free Speech Blue #4B65CA

Tints of Free Speech Blue #4B65CA

RGB

 RED value IS 75 (29.69% from 255) = 19.84%

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

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 19.84%
G = 26.72%
B = 53.44%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B65CA (or 0x4B65CA) is known color: Free Speech Blue. HEX triplet: 4B, 65 and CA. RGB value is (75,101,202). Sum of RGB (Red+Green+Blue) = 75+101+202=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B65CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B65CA is #B49A35. Grayscale: #686868. Windows color (decimal): -11835958 or 13264203. OLE color: 13264203.

HSL color Cylindrical-coordinate representation of color #4B65CA: hue angle of 227.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B65CA is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 101 202 -
CMYK 0.63 0.50 0 0.21
HSL 227.72º 0.55% 0.54% -
HSV(B) 227.72º 0.63% 0.79% -
XYZ 18.22 15.07 57.83 -
YUV 104.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 75 101 202 0.63 0.50 0 0.21 227.72 0.55 0.54
Hex 4B 65 CA 3F 32 0 15 E4 37 36
Octal 113 145 312 77 62 0 25 344 67 66
Binary 1001011 1100101 11001010 111111 110010 0 10101 11100100 110111 110110

Color Harmonies of #4B65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B65CA

Black with #4B65CA

Text Example


Text Example

White with #4B65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B65CA; }

 p { color: rgb(75,101,202); }

 H1.HeaderClassName
 {
   color: #4B65CA;
 }
 .AnyTagClassName
 {
   color: #4B65CA;
 }
</style>

background-color css

<style>
 a { background-color: #4B65CA; }

 a { background-color: rgb(75,101,202); }

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

border-color css

<style>
 span { border-color: #4B65CA; }

 span { border-color: rgb(75,101,202); }

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