Html Css Color HEX #4CBFDA Viking

📋 copy color: '#4CBFDA'

red 76 ◦ green 191 ◦ blue 218

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

Shades of Viking #4CBFDA

Tints of Viking #4CBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 39.38%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 15.67%
G = 39.38%
B = 44.95%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4CBFDA (or 0x4CBFDA) is known color: Viking. HEX triplet: 4C, BF and DA. RGB value is (76,191,218). Sum of RGB (Red+Green+Blue) = 76+191+218=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #4CBFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFDA is #B34025. Grayscale: #9F9F9F. Windows color (decimal): -11747366 or 14335820. OLE color: 14335820.

HSL color Cylindrical-coordinate representation of color #4CBFDA: hue angle of 191.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBFDA is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 191 218 -
CMYK 0.65 0.12 0 0.15
HSL 191.41º 0.66% 0.58% -
HSV(B) 191.41º 0.65% 0.85% -
XYZ 34.27 43.86 72.99 -
YUV 159.69 160.9 68.3 -
System Red Green Blue C M Y K H S L
Decimal 76 191 218 0.65 0.12 0 0.15 191.41 0.66 0.58
Hex 4C BF DA 41 C 0 F BF 42 3A
Octal 114 277 332 101 14 0 17 277 102 72
Binary 1001100 10111111 11011010 1000001 1100 0 1111 10111111 1000010 111010

Color Harmonies of #4CBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBFDA

Black with #4CBFDA

Text Example


Text Example

White with #4CBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,218); }

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

background-color css

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

 a { background-color: rgb(76,191,218); }

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

border-color css

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

 span { border-color: rgb(76,191,218); }

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