Html Css Color HEX #444BCB Free Speech Blue

📋 copy color: '#444BCB'

red 68 ◦ green 75 ◦ blue 203

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

Shades of Free Speech Blue #444BCB

Tints of Free Speech Blue #444BCB

RGB

 RED value IS 68 (26.95% from 255) = 19.65%

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

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

R = 19.65%
G = 21.68%
B = 58.67%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#444BCB (or 0x444BCB) is known color: Free Speech Blue. HEX triplet: 44, 4B and CB. RGB value is (68,75,203). Sum of RGB (Red+Green+Blue) = 68+75+203=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #444BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BCB is #BBB434. Grayscale: #565656. Windows color (decimal): -12301365 or 13323076. OLE color: 13323076.

HSL color Cylindrical-coordinate representation of color #444BCB: hue angle of 236.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444BCB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 75 203 -
CMYK 0.67 0.63 0 0.20
HSL 236.89º 0.56% 0.53% -
HSV(B) 236.89º 0.67% 0.8% -
XYZ 15.68 10.57 57.71 -
YUV 87.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 68 75 203 0.67 0.63 0 0.20 236.89 0.56 0.53
Hex 44 4B CB 43 3F 0 14 ED 38 35
Octal 104 113 313 103 77 0 24 355 70 65
Binary 1000100 1001011 11001011 1000011 111111 0 10100 11101101 111000 110101

Color Harmonies of #444BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BCB

Black with #444BCB

Text Example


Text Example

White with #444BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444BCB; }

 p { color: rgb(68,75,203); }

 H1.HeaderClassName
 {
   color: #444BCB;
 }
 .AnyTagClassName
 {
   color: #444BCB;
 }
</style>

background-color css

<style>
 a { background-color: #444BCB; }

 a { background-color: rgb(68,75,203); }

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

border-color css

<style>
 span { border-color: #444BCB; }

 span { border-color: rgb(68,75,203); }

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