Html Css Color HEX #4483CE Havelock Blue

📋 copy color: '#4483CE'

red 68 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #4483CE

Tints of Havelock Blue #4483CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 16.79%
G = 32.35%
B = 50.86%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4483CE (or 0x4483CE) is known color: Havelock Blue. HEX triplet: 44, 83 and CE. RGB value is (68,131,206). Sum of RGB (Red+Green+Blue) = 68+131+206=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4483CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483CE is #BB7C31. Grayscale: #787878. Windows color (decimal): -12287026 or 13534020. OLE color: 13534020.

HSL color Cylindrical-coordinate representation of color #4483CE: hue angle of 212.61º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4483CE is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 131 206 -
CMYK 0.67 0.36 0 0.19
HSL 212.61º 0.58% 0.54% -
HSV(B) 212.61º 0.67% 0.81% -
XYZ 21.64 21.92 61.48 -
YUV 120.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 68 131 206 0.67 0.36 0 0.19 212.61 0.58 0.54
Hex 44 83 CE 43 24 0 13 D5 3A 36
Octal 104 203 316 103 44 0 23 325 72 66
Binary 1000100 10000011 11001110 1000011 100100 0 10011 11010101 111010 110110

Color Harmonies of #4483CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4483CE

Black with #4483CE

Text Example


Text Example

White with #4483CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4483CE; }

 p { color: rgb(68,131,206); }

 H1.HeaderClassName
 {
   color: #4483CE;
 }
 .AnyTagClassName
 {
   color: #4483CE;
 }
</style>

background-color css

<style>
 a { background-color: #4483CE; }

 a { background-color: rgb(68,131,206); }

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

border-color css

<style>
 span { border-color: #4483CE; }

 span { border-color: rgb(68,131,206); }

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