Html Css Color HEX #4CADCF Viking

📋 copy color: '#4CADCF'

red 76 ◦ green 173 ◦ blue 207

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

Shades of Viking #4CADCF

Tints of Viking #4CADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 16.67%
G = 37.94%
B = 45.39%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CADCF (or 0x4CADCF) is known color: Viking. HEX triplet: 4C, AD and CF. RGB value is (76,173,207). Sum of RGB (Red+Green+Blue) = 76+173+207=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADCF is #B35230. Grayscale: #939393. Windows color (decimal): -11751985 or 13610316. OLE color: 13610316.

HSL color Cylindrical-coordinate representation of color #4CADCF: hue angle of 195.57º 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 #4CADCF is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 173 207 -
CMYK 0.63 0.16 0 0.19
HSL 195.57º 0.58% 0.55% -
HSV(B) 195.57º 0.63% 0.81% -
XYZ 29.19 35.93 64.43 -
YUV 147.87 161.36 76.74 -
System Red Green Blue C M Y K H S L
Decimal 76 173 207 0.63 0.16 0 0.19 195.57 0.58 0.55
Hex 4C AD CF 3F 10 0 13 C4 3A 37
Octal 114 255 317 77 20 0 23 304 72 67
Binary 1001100 10101101 11001111 111111 10000 0 10011 11000100 111010 110111

Color Harmonies of #4CADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CADCF

Black with #4CADCF

Text Example


Text Example

White with #4CADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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