Html Css Color HEX #4C8ACF Havelock Blue

📋 copy color: '#4C8ACF'

red 76 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #4C8ACF

Tints of Havelock Blue #4C8ACF

RGB

 RED value IS 76 (30.08% from 255) = 18.05%

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 18.05%
G = 32.78%
B = 49.17%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C8ACF (or 0x4C8ACF) is known color: Havelock Blue. HEX triplet: 4C, 8A and CF. RGB value is (76,138,207). Sum of RGB (Red+Green+Blue) = 76+138+207=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C8ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ACF is #B37530. Grayscale: #7E7E7E. Windows color (decimal): -11760945 or 13601356. OLE color: 13601356.

HSL color Cylindrical-coordinate representation of color #4C8ACF: hue angle of 211.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C8ACF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 138 207 -
CMYK 0.63 0.33 0 0.19
HSL 211.6º 0.58% 0.55% -
HSV(B) 211.6º 0.63% 0.81% -
XYZ 23.33 24.22 62.48 -
YUV 127.33 172.96 91.39 -
System Red Green Blue C M Y K H S L
Decimal 76 138 207 0.63 0.33 0 0.19 211.6 0.58 0.55
Hex 4C 8A CF 3F 21 0 13 D4 3A 37
Octal 114 212 317 77 41 0 23 324 72 67
Binary 1001100 10001010 11001111 111111 100001 0 10011 11010100 111010 110111

Color Harmonies of #4C8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8ACF

Black with #4C8ACF

Text Example


Text Example

White with #4C8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,138,207); }

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

background-color css

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

 a { background-color: rgb(76,138,207); }

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

border-color css

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

 span { border-color: rgb(76,138,207); }

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