Html Css Color HEX #4CBEDD Viking

📋 copy color: '#4CBEDD'

red 76 ◦ green 190 ◦ blue 221

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

Shades of Viking #4CBEDD

Tints of Viking #4CBEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.01%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 15.61%
G = 39.01%
B = 45.38%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CBEDD (or 0x4CBEDD) is known color: Viking. HEX triplet: 4C, BE and DD. RGB value is (76,190,221). Sum of RGB (Red+Green+Blue) = 76+190+221=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBEDD is #B34122. Grayscale: #9F9F9F. Windows color (decimal): -11747619 or 14532172. OLE color: 14532172.

HSL color Cylindrical-coordinate representation of color #4CBEDD: hue angle of 192.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBEDD is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 190 221 -
CMYK 0.66 0.14 0 0.13
HSL 192.83º 0.68% 0.58% -
HSV(B) 192.83º 0.66% 0.87% -
XYZ 34.45 43.58 75 -
YUV 159.45 162.73 68.48 -
System Red Green Blue C M Y K H S L
Decimal 76 190 221 0.66 0.14 0 0.13 192.83 0.68 0.58
Hex 4C BE DD 42 E 0 D C1 44 3A
Octal 114 276 335 102 16 0 15 301 104 72
Binary 1001100 10111110 11011101 1000010 1110 0 1101 11000001 1000100 111010

Color Harmonies of #4CBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBEDD

Black with #4CBEDD

Text Example


Text Example

White with #4CBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,190,221); }

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

background-color css

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

 a { background-color: rgb(76,190,221); }

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

border-color css

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

 span { border-color: rgb(76,190,221); }

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