Html Css Color HEX #4C8FCA Danube

📋 copy color: '#4C8FCA'

red 76 ◦ green 143 ◦ blue 202

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

Shades of Danube #4C8FCA

Tints of Danube #4C8FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

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

R = 18.05%
G = 33.97%
B = 47.98%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C8FCA (or 0x4C8FCA) is known color: Danube. HEX triplet: 4C, 8F and CA. RGB value is (76,143,202). Sum of RGB (Red+Green+Blue) = 76+143+202=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C8FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FCA is #B37035. Grayscale: #818181. Windows color (decimal): -11759670 or 13274956. OLE color: 13274956.

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

Color convert

RGB 76 143 202 -
CMYK 0.62 0.29 0 0.21
HSL 208.1º 0.54% 0.55% -
HSV(B) 208.1º 0.62% 0.79% -
XYZ 23.46 25.45 59.55 -
YUV 129.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 76 143 202 0.62 0.29 0 0.21 208.1 0.54 0.55
Hex 4C 8F CA 3E 1D 0 15 D0 36 37
Octal 114 217 312 76 35 0 25 320 66 67
Binary 1001100 10001111 11001010 111110 11101 0 10101 11010000 110110 110111

Color Harmonies of #4C8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8FCA

Black with #4C8FCA

Text Example


Text Example

White with #4C8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,143,202); }

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

background-color css

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

 a { background-color: rgb(76,143,202); }

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

border-color css

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

 span { border-color: rgb(76,143,202); }

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